treeview: Reset multipress controller after 2nd click
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 27 Aug 2014 12:36:53 +0000 (14:36 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 27 Aug 2014 15:12:52 +0000 (17:12 +0200)
commite6199af60d4f1be2aa538840674ed6a7932c704f
treebf4b5b2045f5095355cc23d7fc7f37639034457c
parent79c3ff3c4ed74bbcc820dac2d5180fa4d48d55ec
treeview: Reset multipress controller after 2nd click

The pre-gestures code used to compare the current button press with the
previous one on !activate_on_single_click, and unset the previous event
data so ::row-activated would be emitted every 2 clicks.

So do the same with the multipress gesture and reset it after every 2nd
click to have ::row-activated emitted multiple times while manic clicking.

https://bugzilla.gnome.org/show_bug.cgi?id=735353
gtk/gtktreeview.c